home *** CD-ROM | disk | FTP | other *** search
/ Holt Researcher: American History / Holt Researcher: American History.iso / pc / modules / memmon.dxr / 00042_Hide Filename.ls < prev    next >
Encoding:
Text File  |  2000-01-14  |  219 b   |  14 lines

  1. on mouseUp
  2.   global gLevel
  3.   gLevel = 2
  4.   if marker(0) = 25 then
  5.     TurnOffDepthPuppets()
  6.     TurnOffVolumePuppets()
  7.   end if
  8.   if marker(0) = 35 then
  9.     TurnOffTempoPuppets()
  10.   end if
  11.   go(1)
  12.   ResetTabButtons()
  13. end
  14.